projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412e307
)
Fix the build by including gdkconfig.h in gtkprinter.h.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:08:07 +0000
(11:08 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:08:07 +0000
(11:08 +0000)
svn path=/trunk/; revision=20603
gtk/gtkprinter.h
patch
|
blob
|
history
diff --git
a/gtk/gtkprinter.h
b/gtk/gtkprinter.h
index e3c8dd71b7256e201c7cf0f5ff423e92d533a016..e19224246192ee31b8e6a6693db897d3182549a4 100644
(file)
--- a/
gtk/gtkprinter.h
+++ b/
gtk/gtkprinter.h
@@
-24,6
+24,8
@@
#ifndef __GTK_PRINTER_H__
#define __GTK_PRINTER_H__
+#include <gdk/gdkconfig.h>
+#include <glib-object.h>
#include <cairo.h>
#include <gtk/gtk.h>